home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\ACCONFIG.H < prev    next >
Text File  |  1994-12-28  |  3KB  |  154 lines

  1. /*
  2.  * @(#)$Id: acconfig.h,v 1.17 1994/10/16 00:35:31 mrg Stab $
  3.  */
  4.  
  5. /* define if allow sys/time.h with time.h */
  6. #undef TIME_WITH_SYS_TIME
  7.  
  8. /* define this if you are using BSD wait union thigs */
  9. #undef BSDWAIT
  10.  
  11. /* define this if you are using -ltermcap */
  12. #undef USING_TERMCAP
  13.  
  14. /* define this if you are using -lcurses */
  15. #undef USING_CURSES
  16.  
  17. /* define this if you are using -lxtermcap */
  18. #undef USING_XTERMCAP
  19.  
  20. /* define this if you are using -ltermlib */
  21. #undef USING_TERMLIB
  22.  
  23. /* define this if signal's return void */
  24. #undef SIGVOID
  25.  
  26. /* define this if you are using sigaction() instead of signal() */
  27. #undef USE_SIGACTION
  28.  
  29. /* define this if you are using sigset() instead of signal() */
  30. #undef USE_SIGSET
  31.  
  32. /* define this if you are using system V (unreliable) signals */
  33. #undef SYSVSIGNALS
  34.  
  35. /* define this if wait3() is declared */
  36. #undef WAIT3_DECLARED
  37.  
  38. /* define this if waitpid() is declared */
  39. #undef WAITPID_DECLARED
  40.  
  41. /* define this if waitpid() is unavailable */
  42. #undef NEED_WAITPID
  43.  
  44. /* define this if -lnls exists */
  45. #undef HAVE_LIB_NLS
  46.  
  47. /* define this if -lnsl exists */
  48. #undef HAVE_LIB_NSL
  49.  
  50. /* define his if -lPW exists */
  51. #undef HAVE_LIB_PW
  52.  
  53. /* define this to the mail spool */
  54. #undef MAIL_DIR
  55.  
  56. /* define this if you have scandir() */
  57. #undef HAVE_SCANDIR
  58.  
  59. /* define this if you have memmove() */
  60. #undef HAVE_MEMMOVE
  61.  
  62. /* define this if you have setsid() */
  63. #undef HAVE_SETSID
  64.  
  65. /* define this if you have getsid() */
  66. #undef HAVE_GETSID
  67.  
  68. /* define this if you have getpgid() */
  69. #undef HAVE_GETPGID
  70.  
  71. /* define this if your getpgrp() doesn't take a pid argument */
  72. #undef BROKEN_GETPGRP
  73.  
  74. /* define this if you have sys/select.h */
  75. #undef HAVE_SYS_SELECT_H
  76.  
  77. /* define this if you have sys/fcntl.h */
  78. #undef HAVE_SYS_FCNTL_H
  79.  
  80. /* define this if you have fcntl.h */
  81. #undef HAVE_FCNTL_H
  82.  
  83. /* define this if you have sys/file.h */
  84. #undef HAVE_SYS_FILE_H
  85.  
  86. /* define this if you have sys/time.h */
  87. #undef HAVE_SYS_TIME_H
  88.  
  89. /* define this if you have sys/wait.h */
  90. #undef HAVE_SYS_WAIT_H
  91.  
  92. /* define this if you have string.h */
  93. #undef HAVE_STRING_H
  94.  
  95. /* define this if you have memory.h */
  96. #undef HAVE_MEMORY_H
  97.  
  98. /* define this if you have netdb.h */
  99. #undef HAVE_NETDB_H
  100.  
  101. /* define this if you have sys/ptem.h */
  102. #undef HAVE_SYS_PTEM_H
  103.  
  104. /* define this if you need getcwd() */
  105. #undef NEED_GETCWD 
  106.  
  107. /* define this if you have hpux version 7 */
  108. #undef HPUX7
  109.  
  110. /* define this if you have hpux version 8 */
  111. #undef HPUX8
  112.  
  113. /* define this if you have an unknown hpux version (pre ver 7) */
  114. #undef HPUXUNKNOWN
  115.  
  116. /* define this if an unsigned long is 32 bits */
  117. #undef UNSIGNED_LONG32
  118.  
  119. /* define this if an unsigned int is 32 bits */
  120. #undef UNSIGNED_INT32
  121.  
  122. /* define this if you are unsure what is is 32 bits */
  123. #undef UNKNOWN_32INT
  124.  
  125. /* define this if you are on a svr4 derivative */
  126. #undef SVR4
  127.  
  128. /* define this if you are on solaris 2.x */
  129. #undef __solaris__
  130.  
  131. /* define this if you don't have struct linger */
  132. #undef NO_STRUCT_LINGER
  133.  
  134. /* define this if you are on svr3/twg */
  135. #undef WINS
  136.  
  137. /* define this if you need fchmod */
  138. #undef NEED_FCHMOD
  139.  
  140. /* define this to the location of normal unix mail */
  141. #undef UNIX_MAIL
  142.  
  143. /* define this if your header files declare sys_errlist */
  144. #undef SYS_ERRLIST_DECLARED
  145.  
  146. /* define this if you have uname(2) */
  147. #undef HAVE_UNAME
  148.  
  149. /* define this if you need strerror(3) */
  150. #undef NEED_STRERROR
  151.  
  152. /* define this if you have stdarg.h */
  153. #undef HAVE_STDARG_H
  154.